object frmEditOperator: TfrmEditOperator Left = 263 Top = 188 BorderStyle = bsDialog Caption = 'Add new operator' ClientHeight = 242 ClientWidth = 421 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object lblLanguage: TLabel Left = 265 Top = 10 Width = 53 Height = 13 Caption = '&Reference:' FocusControl = cboxLanguage end object Label1: TLabel Left = 10 Top = 55 Width = 56 Height = 13 Caption = '&Description:' FocusControl = editDescr end object lblName: TLabel Left = 10 Top = 10 Width = 31 Height = 13 Caption = '&Name:' FocusControl = editName end object lblTemplate: TLabel Left = 10 Top = 110 Width = 47 Height = 13 Caption = '&Template:' FocusControl = editTemplate end object Bevel1: TBevel Left = 10 Top = 100 Width = 401 Height = 6 Shape = bsTopLine end object lblFolder: TLabel Left = 10 Top = 155 Width = 32 Height = 13 Caption = '&Folder:' end object cboxLanguage: TComboBox Left = 265 Top = 25 Width = 145 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 1 OnChange = cboxLanguageChange Items.Strings = ( 'ASP' 'JavaScript' 'PHP') end object editDescr: TEdit Left = 10 Top = 70 Width = 401 Height = 21 TabOrder = 2 end object editName: TEdit Left = 10 Top = 25 Width = 241 Height = 21 TabOrder = 0 OnChange = editNameChange end object editTemplate: TEdit Left = 10 Top = 125 Width = 401 Height = 21 TabOrder = 3 OnChange = editNameChange end object cboxFolder: TComboBox Left = 10 Top = 170 Width = 401 Height = 21 ItemHeight = 13 TabOrder = 4 OnChange = editNameChange end object btnOk: TButton Left = 130 Top = 205 Width = 75 Height = 25 Caption = 'Ok' Default = True Enabled = False ModalResult = 1 TabOrder = 5 end object btnCancel: TButton Left = 215 Top = 205 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 6 end end